home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / distortfx / poolshadowplasma < prev    next >
Text File  |  1999-06-15  |  768b  |  47 lines

  1. Filter Factory Plugin Information:
  2.  
  3. FILENAME: GPOOLSHD.8BF
  4.  
  5. CATEGORY: 
  6. Greg's Factory Output Vol. II
  7.  
  8. TITLE:    
  9. Pool Shadow
  10.  
  11. COPYRIGHT:
  12. Copyright ) 1996 Greg Schorno
  13. All Rights Reserved.
  14.  
  15. AUTHOR:   
  16. Greg Schorno - gschorno@mars.ark.com
  17.  
  18. Map 0: [Map 0:]
  19. Map 1: [Map 1:]
  20. Map 2: [Map 2:]
  21. Map 3: [Map 3:]
  22.  
  23. Control 0: [Diagonal:]
  24. Control 1: [Center:]
  25. Control 2: [Horizontal:]
  26. Control 3: [Diagonal:]
  27. Control 4: [Horizontal:]
  28. Control 5: [Vertical:]
  29. Control 6: [Intensity:]
  30. Control 7: [Lightness:]
  31.  
  32. R=
  33. put((sin((y+x)*ctl(0)*16/M)*32+sin((y*ctl(2)*8+m*2)/M)*32+sin(m*ctl(1)*16/M)*32),1),
  34. put((cos((x-y)*ctl(3)*16/M-cos(ctl(0)+x*ctl(5)*16/M))*32-cos(y*ctl(4)*16/M)*32),2),
  35. put((get(1)+get(2))*ctl(6)/256/128+ctl(7)+128,0),
  36. r*get(0)/255
  37.  
  38. G=
  39. g*get(0)/255
  40.  
  41. B=
  42. b*get(0)/255
  43.  
  44. A=
  45. a
  46.  
  47.